home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / biotry / biotray.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1997-01-29  |  1KB  |  55 lines

  1. object Form5: TForm5
  2.   Left = 242
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'FIENS Prototyping'
  7.   ClientHeight = 99
  8.   ClientWidth = 132
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 14
  20.     Top = 6
  21.     Width = 83
  22.     Height = 69
  23.     Picture.Data = {<image001.bmp>}
  24.     Visible = False
  25.   end
  26.   object Image2: TImage
  27.     Left = 14
  28.     Top = 6
  29.     Width = 83
  30.     Height = 69
  31.     Picture.Data = {<image002.bmp>}
  32.     Visible = False
  33.   end
  34.   object Label1: TLabel
  35.     Left = 16
  36.     Top = 68
  37.     Width = 104
  38.     Height = 26
  39.     Caption = 'Printing...'
  40.     Font.Color = clLime
  41.     Font.Height = -24
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Timer1: TTimer
  48.     Enabled = False
  49.     Interval = 100
  50.     OnTimer = Timer1Timer
  51.     Left = 6
  52.     Top = 10
  53.   end
  54. end
  55.